home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / pcd15.arj / README.PCD < prev    next >
Text File  |  1994-01-26  |  5KB  |  162 lines

  1. README-file for     Photo-CD software for DOS and OS/2
  2.                     Version 1.5
  3.                     (c) 1993/94 by Holger Hinze
  4.  
  5. PCD.EXE is a simple program for showing your Photo-CD pictures in OS/2
  6. fullscreen sessions or under DOS (only 386 or higher).
  7.  
  8. PCD15.ZIP contains the following files:
  9. --------------------------------------
  10.     README.PCD
  11.     PCD.EXE
  12.  
  13. only needed for OS/2:
  14.     EMX.DLL
  15.     EMXIO.DLL
  16.     VESA_ET4.DLL
  17.     VESA_TR8.DLL
  18.     PCD.ICO
  19.  
  20. only needed for DOS:
  21.     EMX.EXE
  22.  
  23.  
  24.  
  25.  
  26. The following configuration is needed for running it under DOS:
  27. ==============================================================
  28.  
  29.     DOS (no DOS session of OS/2)
  30.     CD-ROM drive
  31.     EMX.EXE
  32.     386-processor (or higher)
  33.     VESA bios extension for your graphics card (if not supported directly
  34.        from your cards bios)
  35.  
  36.  
  37.  
  38. The following configuration is needed for running it under OS/2:
  39. ===============================================================
  40.  
  41.     OS/2 2.x
  42.     CD-ROM drive
  43.     Vesa-fullscreendriver VESA_xxx.DLL (see note below)
  44.     emx-DLLs EMX.DLL and EMXIO.DLL (version 0.8h or higher)
  45.  
  46. You should move VESA_xxx.DLL, EMX.DLL and EMXIO.DLL to a directory mentioned 
  47. somewhere in your LIBPATH.
  48.  
  49.  
  50.  
  51.  
  52. VESA_xxx.DLL (only for OS/2):
  53. ============================
  54. If you have a ET4000 or Trident 8900 based graphics adapter, you can use one of the
  55. included files VESA_ET4.DLL or VESA_TR8.DLL. These DLLs support only 256 colormodes.
  56. For ET4000 hicolor cards or other cards look for the Vesa-package VESA15.ZIP from
  57. Johannes Martin. It contains a ET4000 hicolordriver and information how to generate 
  58. drivers for other cards. (The presentation-manager-driver included there does not
  59. work with this program!).
  60.  
  61. If you don't use VESA_ET4.DLL, you must set the environment-variable VESADLL to the
  62. VESA-driver you use.
  63.  
  64.    e.g.  SET VESADLL=VESA_TR8
  65.  
  66.  
  67.  
  68. How to start the program:
  69. =========================
  70.  
  71. The simplest way to run PCD.EXE is starting it without any parameter.
  72. The program will then ask you for the following parameters:
  73.  
  74.   -  number of the first picture to show. The number of picture is extended
  75.      by the program to the filename IMGxxxx.PCD, where xxxx is the
  76.      number of the picture.
  77.   -  resolution of the picture. Only the 3 lower resolutions available
  78.      on Photo-CD are possible: 768x512, 384x256, 192x128 pixel.
  79.   -  which mode to show the pictures. You can show it either in 256 color,
  80.      in 32768 color, as grayscale or extract one of the 3 basic colors red, green or blue.
  81.  
  82. You can add one or more of the following parameters. In this case it 
  83. doesn't ask you for the missing parameters and uses defaultvalues instead of.
  84.  
  85.    HICOL    use hicolormode
  86.    BW        show as grayscale
  87.                 (RGB is default)
  88.    HIRES    show with resolution 768x512 (default)
  89.    MEDRES    show with resolution 384x256
  90.    LORES    show with resolution 192x128
  91.    n        number of the first picture to show (default is 1)
  92.    filename    path and filename of a picture to show
  93.             (only filenames of the type IMGnnnn.PCD are allowed,
  94.          PCDPATH will not be added to the filename)
  95.  
  96.   e.g.  PCD.EXE 5 HICOL    shows IMG0005.PCD in high resolution and hicolor.
  97.  
  98.  
  99. After loading the first picture the program will show you the picture number
  100. in the right bottom corner of the screen. (only in graphicmodes with at least
  101. 800x600 pixel)
  102. You can change to the next/previous picture by using the keys  ->  and  <- .
  103. While showing a picture the program tries to load the next one. So, if you
  104. change to the next picture by pressing  ->  ,you normally don't have to wait
  105. until the picture has been loaded.
  106.  
  107. You also can change to an other picture by typing the number directly 
  108. (up to 3 decimals). In this case the keys you have pressed are shown 
  109. left to the picturenumber. These numbers are shown in green, if the picture 
  110. can be loaded, and in red, if there are problems (e.g. picture doesn't exist).
  111.  
  112. To exit the program press the <esc>-key.
  113.  
  114.  
  115. You can set the following environment variables for running the program correctly:
  116.  
  117.    PCDPATH   You can specify the path to search for your pictures.
  118.          e.g.  SET PCDPATH=C:\PCD\MY_IMAGES\  (must end with '\')
  119.  
  120.          If PCDPATH is not defined, the program tries to find a drive
  121.          containing the directory  \PHOTO_CD\IMAGES\
  122.  
  123.  
  124.    PCDRGBVIO Specifies the VESA mode for 256-color and grayscalepictures.
  125.          You can use any 256 colormode.
  126.          e.g.  SET PCDRGBVIO=19      in decimal
  127.            SET PCDRGBVIO=0x13    in hex
  128.  
  129.          possible modes are:
  130.         0x013     320x200
  131.         0x101      640x480
  132.         0x103      800x600  (default)
  133.         0x105      1024x768
  134.  
  135.  
  136.    PCDHIVIO  Specifies the VESA mode for hicolorpictures.
  137.          You can use any 32k Hicolormode.
  138.          e.g.  SET PCDHIVIO=272      in decimal
  139.            SET PCDHIVIO=0x110    in hex
  140.  
  141.          possible modes are:
  142.         0x10d     320x200
  143.         0x110      640x480
  144.         0x113      800x600  (default)
  145.         0x116      1024x768
  146.  
  147.  
  148.  
  149.  
  150. License:
  151. ========
  152. This program is freeware.
  153. You are allowed to copy the program package.
  154.  
  155. PCD.EXE was written and is Copyright (c) 1993/94 by
  156.  
  157.     Holger Hinze
  158.     Fliederwg 7
  159.     D-64839 Muenster
  160.     Germany
  161.  
  162. internet: hinzemue@rbg.informatik.th-darmstadt.de